home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / cdr111.zip / CDRSYSOP.DOC < prev    next >
Text File  |  1991-09-02  |  12KB  |  276 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.          ┌───────────────────────────────────────────────────────────┐
  8.          │                CDR-Door V1.11 - 09/01/91                  │
  9.          │               ~~~~~~~~~~~~~~~~~~~~~~~~~~                  │
  10.          │    A door for viewing Carrier Detect - The PC Comm        │
  11.          │    Journal for every modem user!                          │
  12.          │                                                           │
  13.          │    Programmed by Scott M. Baker                           │
  14.          └───────────────────────────────────────────────────────────┘
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.      WHAT IS CDR-DOOR?
  22.      -----------------
  23.  
  24.           The Carrier Detect Reading Door (or CDR-DOOR for short)
  25.           is a door that will allow your callers to your BBS system
  26.           read articles from the journal while online.  The reasons
  27.           why someone would want to do this are numerous. One of the
  28.           best would be to help decide which program to download from
  29.           your system when faced with numerous choices (such as in
  30.           in case of a BBS package).  This door presents the articles
  31.           from all issues in a manner that makes it very easy to compare
  32.           the features, prices, and performance of many programs all
  33.           in one convenient place.
  34.  
  35.  
  36.      FILES IN PACKAGE
  37.      ----------------
  38.  
  39.           Your CDR-Door archive should contain the following files:
  40.  
  41.           CDRDOOR  CTL    Control File for Door
  42.           CD01JULY CDX    CD July 91 door edition
  43.           CD01MAY  CDX    CD May  91 door edition
  44.           CDRDOOR  EXE    Cdr-Door Executable
  45.           DOFIRST  CDX    Cdr-Door Indexing File
  46.           CDREADER ANS    The ANSI format main menu
  47.           CDRSYSOP DOC    This documentation
  48.           REGISTER FRM    CDR-Door Registration Form
  49.  
  50.           Please note that CDR-Door files are distributed in a secure PKZIP
  51.           envelope with -AV authenticity verification.
  52.  
  53.  
  54.      SETUP INFORMATION
  55.      -----------------
  56.  
  57.        I. Unzip CDR-DOOR into a subdirectory on your bbs system.
  58.  
  59.       II. Edit CDRDOOR.CTL with any plain-Ascii text editor. The control
  60.           file is pretty much self-explanatory, but I will list some of
  61.           the options that you will most likely need to change.
  62.  
  63.           A. "SysopFirst" for this option, put your first name.
  64.  
  65.           B. "SysopLast" ... Put your last name.
  66.  
  67.           C. "BBSType" This is the most critical (and most complicated)
  68.              part of setting up the door. You'll need to specify the
  69.              type of BBS software and type of door file that you wish to
  70.              create (for systems that CAN create more than one type
  71.              of door file like Tag, Telegard or Omega BBS).
  72.  
  73.              I recommend using the RBBS (DORINFOx.DEF) method if possible.
  74.              The door support for RBBS has been tested the most and is
  75.              known to be the most compatible of the door formats supported
  76.              by the CDR-Door.  Part of the reason for this is that the
  77.              door format for RBBS does not change often and as such can
  78.              usually be counted on to work without any problems.
  79.  
  80.              Even if your BBS package does not support RBBS type doors
  81.              internally, it is possible to use a door conversion type
  82.              program like QuickDoor (usually found as QKDOOR2C.ZIP).
  83.              Quickdoor can convert to and from many popular BBS systems.
  84.  
  85.              1. Setting up with DORINFOx.DEF (RBBS format)
  86.  
  87.                 a) The line you'll need to put in the .CTL file is
  88.                    "BBSTYPE RBBS".
  89.  
  90.                 b) If your software creates a DORINFOx.DEF file
  91.                    automatically, then you will simply need to copy
  92.                    that file into the DORINFOx.DEF directory.
  93.  
  94.                        - - - Otherwise - - -
  95.  
  96.                 c) Call CDRDOOR with NO PARAMETERS if your software
  97.                    created a DORINFO.DEF file. If your software created
  98.                    a DORINFO1.DEF, DORINFO2.DEF, etc, then run CDR-DOOR
  99.                    with the node number as a parameter. (i.e. "CDRDOOR 1")
  100.  
  101.              2. Setting up with other software.
  102.  
  103.                 a) Put the "BBSTYPE xxx" line in the .CTL file where xxx
  104.                    is one of the bbs types listed in the .ctl file.
  105.                    Internal support is included for Wildcat!, PC Board,
  106.                    QuickBBS, Phoenix, and WWIV.
  107.  
  108.                 b) When you activate CDR-DOOR, you'll probably need to
  109.                    copy whatever door file your software creates into the
  110.                    CDR-Door directory. This may be PCBOARD.DAT for
  111.                    PCBoard, CALLINFO.BBS for Wildcat!, CHAIN.TXT for
  112.                    WWIV etc.  For example, if you were running Wildcat! 2.5
  113.                    you would create batch file that would be similar to this.
  114.  
  115.  
  116.              @ECHO OFF
  117.              C:
  118.              CD C:\WILDCAT
  119.              COPY CALLINFO.BBS C:\WILDCAT\DOORS\CDREAD
  120.              CD C:\WILDCAT\DOORS\CDRDOOR
  121.              CDRDOOR
  122.              CD C:\WILDCAT
  123.              CAT.BAT
  124.  
  125.  
  126.              Consult your bbs software manual for further information.
  127.  
  128.  
  129.  
  130.           D. "INTERNAL". If you are not using a fossil driver then you will
  131.              have to uncomment this line. Doordriver works best with
  132.              a fossil, (BNU and X00 are two of the most common) and use
  133.              of one is strongly recommended.  If you do not have a
  134.              fossil, use the "INTERNAL" option to activate doordriver's
  135.              internal communication routines.
  136.  
  137.           E. "MONO". If you have a monochrome monitor, your display will
  138.              be better with this option.
  139.  
  140.       III. Set up your bbs software to activate CDR-Door. This usually
  141.            involves creating some sort of batch file used to start the
  142.            reader. Your bbs software manual should explain how it
  143.            works.
  144.  
  145.        IV. Add any Carrier Detect issues that you have. (described below)
  146.  
  147.  
  148.      LOCAL LOGON
  149.      -----------
  150.  
  151.        "CDRDOOR /L" will get you on local.
  152.  
  153.      ADDING ISSUES
  154.      -------------
  155.  
  156.              Carrier Detect Journals are currently produced bimonthly.
  157.              Issues can be "accumulated" by the door to appear as
  158.              one big issue.  It is important to note that there are
  159.              two versions of Carrier Detect.  One edition is a straight
  160.              text file intended for readers to download a copy and then
  161.              print out on their printers.  The other edition is the one
  162.              that is for use with the CDR-Door.  These files are cannot
  163.              be read and can only be used with the CDR-door for online
  164.              viewing.  As a sysop running the CDR-door you will need to
  165.              download new copies of the journal when they are made avail-
  166.              able if want your door to contain the latest articles.
  167.  
  168.              As of September 1991 both the straight text edition and the
  169.              CDR-door edition are distributed in the same archive.  When
  170.              searching for new editions of Carrier Detect look for a file
  171.              called CD0xxxxx.ZIP where the 0x represents the volume number
  172.              and the final three or four places are shortened forms of the
  173.              month published.  E.G.
  174.  
  175.              CD01MAY.ZIP  - Carrier Detect, Vol 1, May 91
  176.  
  177.              In each CD archive you will find the files listed below:
  178.  
  179.              CD0xxxxx.CDR - Carrier Detect Door Issues used by door.  Each
  180.                   time a new edition is released these will be included
  181.                   inside the ZIP files described above.  The "xxxxxx"
  182.                   indicate the volume and month of the journal.
  183.  
  184.              DOFIRST.CDR - This file is included with each of the .CDR files.
  185.                    When unzipping, you MUST tell PKZIP to OVERWRITE
  186.                    the older version when it asks you.  This file contains
  187.                    indexing information that is required for the door to
  188.                    operate properly.  It will be updated with each edition.
  189.  
  190.              CD0xxxxx.DOC - Text edition of Carrier Detect intended for
  191.                    traditional reading and printing.
  192.  
  193.              Bonus Files  - Various "bonus" files may be included in any issue
  194.                    of Carrier Detect.  Typically they relate to software
  195.                    featured in that issue.
  196.  
  197.              When you Unzip an issue, simply Unzip all *.CDR files into your
  198.              your CDRDOOR directory.  CDRDOOR will automatically take notice
  199.              of it and update the displays to include the new articles!
  200.              Please note that the *.TXT files and bonus files are not required
  201.              for door operation.  However, if you make Carrier Detect avail-
  202.              able to your callers for download, do not add or delete files
  203.              from the original -AV archive.  In other words, be sure both the
  204.              text AND door files are kept intact.
  205.  
  206.       Revision History
  207.       ----------------
  208.  
  209.            Version 1.00 - First public release
  210.  
  211.            Version 1.10 - Added an ANSI format menu for the main menu
  212.                           display. The file is CDREADER.ANS if you wish
  213.                           to modify it.
  214.  
  215.                           New high-efficiency compressed storage method
  216.                           for the Carrier Detect Journal. .CDX files
  217.                           are now used instead of .CDR files.
  218.  
  219.                           Added some color here-and-there.
  220.  
  221.                           Registration system has been modified slightly.
  222.  
  223.            Version 1.11 - Reduced memory requirements by more than 80k!
  224.  
  225.                           A few corrections in our .CDX files.
  226.  
  227.  
  228.  
  229.       REGISTRATION
  230.       ------------
  231.  
  232.                 The Carrier Detect Reader Door is distributed as shareware.
  233.            It is not freeware or placed in the public domain.  If you are
  234.            a sysop who runs the CDR-Door and finds it useful you are asked
  235.            to send in a registration fee of $15 dollars.  Upon registration
  236.            you will receive a KEY that identifies your door as properly
  237.            registered and the latest version.  Although CDR-Door is not
  238.            crippled in any way, future registered versions may contain
  239.            enhancements not found in this shareware release.  To register
  240.            your CDR-Door send in the enclosed REGISTER.FRM to the address
  241.            below:
  242.                         CDR-Door Registration
  243.                         c/o Michael Crosson
  244.                         640 Avenida Princesa
  245.                         Tucson, AZ 85748-6858
  246.  
  247.            Your registration material may be downloaded off of Symmetry
  248.            BBS at (602)296-2248 or sent to you on a 5 1/4 360K floppy.
  249.            Please allow 4-6 weeks shipping and handling if ordering
  250.            through the mail or 7-10 days if electing to take advantage of
  251.            the Download option.
  252.  
  253.  
  254.      SUPPORT
  255.      -------
  256.  
  257.                 If you are having trouble with CDRdoor or discover a
  258.            problem in its operation, please contact Scott Baker at:
  259.  
  260.            The Not-Yet-Named BBS
  261.            (602) 577-3650 (node 1)  1200-9600 bps V.32, 24hrs
  262.            (602) 577-3419 (node 2)  1200-9600 bps Dual Std, 24hrs
  263.  
  264.            or Michael Crosson at:
  265.  
  266.            Symmetry BBS - The Home Carrier Detect
  267.            (602) 296-2248           1200-9600 bps V.32, 24hrs
  268.  
  269.            Registered Users will get priority support in all cases.
  270.  
  271.  
  272.       Thank you for trying out The Carrier Detect Reader Door!  If you have
  273.       suggestions on ways to improve it please let either of us know and we
  274.       will consider them for inclusion in future releases.
  275.  
  276.